home *** CD-ROM | disk | FTP | other *** search
- ; -- NETUPGRD.INX --
- ;
- ; Upgrade support INF for upgrading from buildnumber > 1597
- ;
- ; Copyright (c) 1993-1999, Microsoft Corporation
-
- ; -----------------------------------------------------------------
- ; If you want to perform certain operations during upgrade from
- ; buildnumber > 1597 then, add a section with your component InfID
- ; add any standard INF commands in that section.
- ; This section will be run from INetCfgInstaller::Update
- ; -----------------------------------------------------------------
-
- [Version]
- Signature="$Windows NT$"
- DriverVer=11/06/1999,5.00.2175.1
-
- ;-----------------------------------------------------------------------------
- ; MS Client
- ;
- [MS_MSCLIENT]
- DelReg = MSClient.DelReg
-
- [MSClient.DelReg]
- ; Delete unused Client-side caching items
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\OffLineNetwork
- HKCR,CLSID\{%CSID00%}
- HKCR,CLSID\{%CSID01%}
- HKCR,CLSID\{%CSID02%}
- HKCR,*\shellex\ContextMenuHandlers\ShadowMenu
- HKCR,*\shellex\PropertySheetHandlers\ShadowPage
- HKCR,Folder\shellex\ContextMenuHandlers\ShadowMenu
- HKCR,Folder\shellex\PropertySheetHandlers\ShadowPage
-
- HKLM,"Software\Microsoft\Rpc\SecurityService", "DefaultProvider"
- HKLM,"Software\Microsoft\Rpc\SecurityService", "DefaultAuthLevel"
-
- ;-----------------------------------------------------------------------------
- ; TCP/IP
- ;
-
- [MS_TCPIP]
- AddReg = MS_TCPIP.AddReg
- DelReg = MS_TCPIP.DelReg
-
- [MS_TCPIP.AddReg]
- ; make sure TCP/IP is installed on behalf of the user. This is because
- ; we could have a situtaion where only PPTP installed it. Since we no
- ; longer have PPTP install TCP/IP, we want to remove the references
- ; by PPTP and ensure that the system thinks the user installed it.
- HKR, RefCounts, User, 0x00010001, 1
-
- [MS_TCPIP.DelReg]
- ; PPTP and L2TP no longer install and keep a reference on TCP/IP.
- HKR, RefCounts, ms_pptp
- HKR, RefCounts, ms_l2tp
-
- ;-----------------------------------------------------------------------------
- ; RSVP
- ;
- [MS_RSVP]
- DelReg = MS_RSVP.DelReg
-
- [MS_RSVP.DelReg]
- ; Since MS_RSVP no longer has its own notify object, delete the ClsID value
- HKR, Ndi, ClsID
-
-
- ;-----------------------------------------------------------------------------
- ; Steelhead
- ;
- [MS_Steelhead]
- DelReg = MS_Steelhead.DelReg
-
- [MS_Steelhead.DelReg]
- HKLM, System\CurrentControlSet\Services\Ipxping
- HKLM, System\CurrentControlSet\Services\Rasman, Group
- HKLM, System\CurrentControlSet\Services\RemoteAccess, Group
- HKLM, System\CurrentControlSet\Services\Router, Group
-
-
- ;-----------------------------------------------------------------------------
- ; RasMan
- ;
- [MS_RasMan]
- DelReg = MS_RasMan.DelReg
-
- [MS_RasMan.DelReg]
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\BACP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\CBCP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\CHAP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\COMPCP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\EAP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\IPCP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\IPXCP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\NBFCP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\PAP
- HKLM, System\CurrentControlSet\Services\Rasman\PPP\SPAP
-
- ;-----------------------------------------------------------------------------
- ; Ras Server
- ;
- [MS_RasSrv]
- DelReg = MS_RasSrv.DelReg
-
- [MS_RasSrv.DelReg]
- HKR, Ndi, Service
-
- ; -----------------------------------------------------------------------------
- ; ATM UNI Call Manager
- ;
- [MS_ATMUNI]
- AddReg = MS_ATMUNI.AddReg
- DelReg = MS_ATMUNI.DelReg
-
- [MS_ATMUNI.AddReg]
- HKR, RefCounts, User, 0x00010001, 1
-
- [MS_ATMUNI.DelReg]
- ; TCP/IP no longer keeps ref count on AtmUni
- HKR, RefCounts, ms_tcpip
-
- ; -----------------------------------------------------------------------------
- ; ATM LANE protocol
- ;
- [MS_ATMLANE]
- AddReg = MS_ATMLANE.AddReg
- DelReg = MS_ATMLANE.DelReg
-
- [MS_ATMLANE.AddReg]
- HKR, RefCounts, User, 0x00010001, 1
-
- [MS_ATMLANE.DelReg]
- ; TCP/IP no longer keeps ref count on AtmLane
- HKR, RefCounts, ms_tcpip
-
- ; -----------------------------------------------------------------------------
- ; AppleTalk protocol
- ;
- [MS_AppleTalk]
- DelReg = MS_AppleTalk.DelReg
-
- [MS_AppleTalk.DelReg]
- ; Delete refcount for old optional component SFM
-
- ; File Services for Mac no longer installs AppleTalk OBO itself
-
- [Strings]
- Msft = "Microsoft"
-
- CSID00=0B9398C0-DC7E-101B-A351-00AA004797A7 ; Global menu and propsheet
- CSID01=208D2C60-3AEA-1069-A2D7-08002B30309D ; Network Neighbourhood
- CSID02=0B7F1760-B613-101B-B115-00AA00479C41 ; per file-folder menu and propsheet
-
-